Correct custom type in tramp-androidsu.el
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Apr 2024 13:12:49 +0000 (21:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 Apr 2024 13:13:17 +0000 (21:13 +0800)
* lisp/net/tramp-androidsu.el (tramp-androidsu-remote-path): Set
type to '(repeat string).

lisp/net/tramp-androidsu.el

index 1ec9247cf3c2df352def4bbfea594698aba84f64..aa7871e6a332e2793017d62562e0031ab7df55f1 100644 (file)
@@ -63,7 +63,7 @@ may edit files belonging to any and all applications."
   "Directories in which to search for transfer programs and the like."
   :group 'tramp
   :version "30.1"
-  :type '(list string))
+  :type '(repeat string))
 
 (defvar tramp-androidsu-su-mm-supported 'unknown
   "Whether `su -mm' is supported on this system.")